﻿.bannerImg {
    background-position: center;
}

.bannerImg:before,
#content-banner-mobile .bannerImgMobile:before {
    content: none;
}

#content-banner-mobile .bannerImgMobile {
    background-position: center top;
}

#bona-pet {
    padding: 80px 8%;
    background-size: 100%;
    background-repeat: repeat;
    background-position: top;
    background-image: url(../../Imagens/marcas/bona-pet/bona-pet-pagina/bona-pet-textura.png);
}

#bona-pet #bona-pet-infos {
    display: grid;
    gap: 50px;
    grid-template-columns: 30% 1fr;
}

#bona-pet #bona-pet-infos #bona-pet-infos-col-1 #bona-pet-infos-col-1-title-1 {
    margin: 0;
    color: #021f59;
    font-size: 26px;
    font-family: "Mohr-Mediumlt";
}

#bona-pet #bona-pet-infos #bona-pet-infos-col-1 #bona-pet-infos-col-1-title-2 {
    margin: -10px 0;
    color: #00bf44;
    font-size: 70px;
    font-family: "Mohr-BoldIt";
}

#bona-pet #bona-pet-infos #bona-pet-infos-col-1 #bona-pet-infos-col-1-text * {
    color: #021f59;
    font-size: 16px;
    font-family: "Mohr-Medium";
}

#bona-pet #bona-pet-infos #bona-pet-infos-col-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

#bona-pet #bona-pet-infos #bona-pet-infos-col-2 img {
    width: 100%;
}

#bona-pet #bona-pet-box-cards {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

#bona-pet #bona-pet-box-cards .bona-pet-cards {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 6px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

#bona-pet #bona-pet-box-cards .bona-pet-cards .bona-pet-cards-box-img {
    display: flex;
    height: 250px;
    padding: 20px 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e3e3e3;
}

#bona-pet #bona-pet-box-cards .bona-pet-cards .bona-pet-cards-box-img img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

#bona-pet #bona-pet-box-cards .bona-pet-cards .bona-pet-cards-box-text {
    padding: 30px;
}

#bona-pet #bona-pet-box-cards .bona-pet-cards .bona-pet-cards-box-text .bona-pet-cards-text {
    color: #00bf44;
    text-align: left;
    font-family: 'Mohr-SemiBoldIt';
}

#bona-pet #bona-pet-box-cards .bona-pet-cards button {
    height: 40px;
    width: 100%;
    padding: 10px 0;
    color: #021f59;
    text-align: center;
    font-size: 11px;
    font-family: "Mohr-SemiBold";
    text-transform: uppercase;
    background-color: #f5f5f5;
    border-top: 1px solid #e3e3e3;
    border-radius: 0 0 6px 6px;
    transition: .3s;
}

#bona-pet #bona-pet-box-cards .bona-pet-cards button:hover {
    color: #fff;
    background-color: #021f59;
}

#footer-line {
    height: 6px;
    width: 100%;
    background-color: #021f59;
}

/* MODAL */
#modal.modal {
    display: none;
    position: fixed;
    padding-top: 3rem;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

#modal .modal-content {
    margin: auto;
    height: auto;
    padding: 0;
    margin-bottom: 3%;
    border-radius: 6px;
    border: 1px solid transparent;
    width: 630px;
    max-width: 95%;
}

#modal #modal-box-img {
    position: relative;
    border-radius: 6px 6px 0 0;
    background-color: #f5f5f5;
}

#modal #modal-box-img .modal-box-img-btns {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#modal #modal-box-img .modal-box-img-btns:hover {
    background-color: transparent;
}

#modal #modal-box-img .modal-box-img-btns img {
    height: 55px;
}

#modal #modal-box-img #modal-box-img-btn-left {
    left: 10px;
}

#modal #modal-box-img #modal-box-img-btn-right {
    right: 10px;
}

#modal #modal-box-img #modal-box-img-slick .modal-img {
    display: block !important;
    height: 350px;
    width: auto !important;
    margin: auto;
}

#modal #modal-box-img #modal-box-img-dots {
    position: relative;
}

#modal #modal-box-img #modal-box-img-dots .slick-dots {
    bottom: 10px;
}

#modal #modal-box-img #modal-box-img-dots .slick-dots li {
    display: inline-flex;
}

#modal #modal-box-img #modal-box-img-dots .slick-dots li button {
    margin: auto;
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50px;
    border: 1px solid #021f59;
    background-color: transparent;
}

#modal #modal-box-img #modal-box-img-dots .slick-dots li.slick-active button {
    background-color: #021f5930;
}

#modal #modal-box-img #modal-box-img-dots .slick-dots li button::before {
    content: none;
}

#modal .modal-body {
    padding: 30px 14% 45px;
}

#modal .modal-body .modal-body-title {
    color: #021f59;
    font-size: 28px;
    font-family: "Mohr-Bold";
}

#modal .modal-body .modal-body-sku {
    margin-bottom: 25px;
    color: #00bf44;
    font-size: 14px;
    font-family: "Mohr-Mediumlt";
}

#modal .modal-body .modal-box-infos {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

#modal .modal-body .modal-box-infos .modal-box-infos-info {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

#modal .modal-body .modal-box-infos .modal-box-infos-info img {
    width: 50px;
}

#modal .modal-body .modal-box-infos .modal-box-infos-info .modal-box-infos-info-box-text .modal-box-infos-info-title {
    margin: 0 0 5px;
    color: #021f59;
    font-size: 18px;
    font-family: "Mohr-Bold";
}

#modal .modal-body .modal-box-infos .modal-box-infos-info .modal-box-infos-info-box-text .modal-box-infos-info-text {
    margin: 0;
    color: #707070;
    font-size: 14px;
    font-family: "Mohr-Medium";
}

#modal .modal-body .modal-more-description {
    margin: 30px 0 0;
    color: #707070;
    font-size: 14px;
    font-family: "Mohr-Medium";
}

#modal #modal-btn-fechar {
    color: #fff;
    float: right;
    right: -2rem;
    top: -1rem;
    position: absolute;
    font-size: 36px;
    font-weight: bold;
    transition: .3s;
}

#modal #modal-btn-fechar:hover,
#modal #modal-btn-fechar:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

/* FOOTER BONA PET */
footer {
    background-color: #fff;
}

footer a,
footer p,
footer span,
footer .fab {
    color: #a0a0a0 !important;
}

footer a:hover,
footer p:hover,
footer span:hover,
footer .fab:hover {
    color: #505050 !important;
}

footer .list-unstyled {
    border-right: 1px solid #a0a0a057;
}

footer .linha {
    border: none;
    border-top: 1px solid #a0a0a057;
}

@media screen and (max-width: 1440px) {
    #bona-pet #bona-pet-infos {
        grid-template-columns: 40% 1fr;
    }
}

@media screen and (max-width: 1024px) {
    #bona-pet {
        padding: 30px 8% 80px;
    }

    #bona-pet #bona-pet-infos {
        gap: 25px;
        grid-template-columns: 1fr;
        margin: 0 0 50px;
    }

    #bona-pet #bona-pet-box-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 768px) {
    #bona-pet #bona-pet-box-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    #modal #modal-btn-fechar {
        right: 0;
        top: -50px;
    }
}

@media screen and (max-width: 600px) {
    #modal .modal-body {
        padding: 30px 5% 45px;
    }
}

@media screen and (max-width: 480px) {
    #bona-pet #bona-pet-box-cards {
        grid-template-columns: 1fr;
    }

    #modal #modal-box-img #modal-box-img-slick .modal-img {
        height: 250px;

    }

    #modal .modal-body .modal-box-infos .modal-box-infos-info {
        flex-direction: column;
        align-items: center;
    }
}